home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / sc3x04.exe / OBFSDINF.DOC < prev    next >
Text File  |  1993-04-19  |  2KB  |  43 lines

  1.  
  2.                   Obtain File or SubDirectory Information
  3.  
  4.     This function gets the name space information for a file or
  5.     directory.
  6.  
  7.     Function 87 (57h)
  8.   
  9.     Request Buffer
  10.  
  11.         Offset  Request Packet Contents         Bytes   Remarks
  12.         ------  ---------------------------     -----   -------
  13.         0       06 (06h)                        1
  14.         1       Name Space                      1
  15.         2       Destination Name Space          1
  16.         3       Search Attributes               2
  17.         5       Return Information Mask         4
  18.         9       Volume Number                   1
  19.         10      Directory Handle                4
  20.         14      Handle Flag                     1
  21.         15      Path Component Count            1
  22.         16      Path Component Length           1
  23.         17      Path Component                  var     Path Component Length
  24.         .       .                               .
  25.         .       .                               .
  26.         .       Path Component Length           1
  27.         .       Path Component                  var     Path Component Length
  28.  
  29.     Reply Buffer
  30.  
  31.         Offset  Reply Packet Contents           Bytes   Remarks
  32.         ------  ---------------------------     -----   -------
  33.         0       Reserved                        72
  34.         72      Creator Name Space Number       4
  35.         76      Reserved                        257
  36.                 
  37.     The Handle Flag should be set to FFh and a qualified NetWare path
  38.     must be specified, starting with the volume name.  The Path
  39.     Component Count must be set to the number of components in the
  40.     path, including the volume name.  Each path component consists of a
  41.     one-byte length followed by a string without a null terminator.  The 
  42.     Return Information Mask should be set to 200h.
  43.